home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / C-Cl / CD-ROM Tutorial.cpt / CD-ROM Tutorial / card_54005.txt < prev    next >
Text File  |  1990-04-04  |  3KB  |  163 lines

  1. -- card: 54005 from stack: in
  2. -- bmap block id: 54108
  3. -- flags: 0000
  4. -- background id: 29299
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openCard
  8.   set lockScreen to true
  9.   send mouseDown
  10.   send mouseUp
  11.   set lockScreen to false
  12. end openCard
  13.  
  14.  
  15. -- part 1 (field)
  16. -- low flags: 00
  17. -- high flags: 2004
  18. -- rect: left=85 top=178 right=297 bottom=433
  19. -- title width / last selected line: 0
  20. -- icon id / first selected line: 0 / 0
  21. -- text alignment: 0
  22. -- font id: 21
  23. -- text size: 12
  24. -- style flags: 256
  25. -- line height: 16
  26. -- part name: text
  27.  
  28.  
  29. -- part 3 (button)
  30. -- low flags: 00
  31. -- high flags: 0000
  32. -- rect: left=0 top=0 right=326 bottom=512
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: big
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   answer "Click on READ to see this article." with "OK"
  44. end mouseUp
  45.  
  46.  
  47.  
  48. -- part 4 (button)
  49. -- low flags: 00
  50. -- high flags: 2000
  51. -- rect: left=407 top=75 right=94 bottom=502
  52. -- title width / last selected line: 0
  53. -- icon id / first selected line: 0 / 0
  54. -- text alignment: 1
  55. -- font id: 0
  56. -- text size: 12
  57. -- style flags: 0
  58. -- line height: 16
  59. -- part name: New Button
  60. ----- HyperTalk script -----
  61. on mouseUp
  62.   go to next card
  63. end mouseUp
  64.  
  65.  
  66.  
  67. -- part 5 (button)
  68. -- low flags: 00
  69. -- high flags: 0000
  70. -- rect: left=51 top=68 right=120 bottom=120
  71. -- title width / last selected line: 0
  72. -- icon id / first selected line: 0 / 0
  73. -- text alignment: 1
  74. -- font id: 0
  75. -- text size: 12
  76. -- style flags: 0
  77. -- line height: 16
  78. -- part name: New Button
  79.  
  80.  
  81. -- part 6 (button)
  82. -- low flags: 00
  83. -- high flags: 2000
  84. -- rect: left=407 top=100 right=120 bottom=502
  85. -- title width / last selected line: 0
  86. -- icon id / first selected line: 0 / 0
  87. -- text alignment: 1
  88. -- font id: 0
  89. -- text size: 12
  90. -- style flags: 0
  91. -- line height: 16
  92. -- part name: New Button
  93. ----- HyperTalk script -----
  94. on mouseUp
  95.   go to card id 25214
  96. end mouseUp
  97.  
  98.  
  99.  
  100.  
  101. -- part 7 (button)
  102. -- low flags: 00
  103. -- high flags: 2000
  104. -- rect: left=407 top=125 right=145 bottom=502
  105. -- title width / last selected line: 0
  106. -- icon id / first selected line: 0 / 0
  107. -- text alignment: 1
  108. -- font id: 0
  109. -- text size: 12
  110. -- style flags: 0
  111. -- line height: 16
  112. -- part name: New Button
  113. ----- HyperTalk script -----
  114. on mouseUp
  115.   answer "You cannot Print from the Simulation." with "OK"
  116. end mouseUp
  117.  
  118.  
  119.  
  120. -- part 8 (button)
  121. -- low flags: 00
  122. -- high flags: 2000
  123. -- rect: left=407 top=150 right=170 bottom=502
  124. -- title width / last selected line: 0
  125. -- icon id / first selected line: 0 / 0
  126. -- text alignment: 1
  127. -- font id: 0
  128. -- text size: 12
  129. -- style flags: 0
  130. -- line height: 16
  131. -- part name: New Button
  132. ----- HyperTalk script -----
  133. on mouseUp
  134.   answer "You cannot Print from the Simulation." with "OK"
  135. end mouseUp
  136.  
  137.  
  138.  
  139. -- part 9 (button)
  140. -- low flags: 00
  141. -- high flags: 2000
  142. -- rect: left=431 top=175 right=195 bottom=502
  143. -- title width / last selected line: 0
  144. -- icon id / first selected line: 0 / 0
  145. -- text alignment: 1
  146. -- font id: 0
  147. -- text size: 12
  148. -- style flags: 0
  149. -- line height: 16
  150. -- part name: New Button
  151. ----- HyperTalk script -----
  152. on mouseUp
  153.   answer "Help is not available in the Simulation." with "OK"
  154. end mouseUp
  155.  
  156.  
  157.  
  158. -- part contents for card part 1
  159. ----- text -----
  160.  
  161. The program displays the list of the articles that have the keyword OZONE in them.  You can look at any article by highlighting it and clicking on READ.
  162.  
  163. Click  READ  to see this article.